Merged
Conversation
- Remove r-plotly dependency. All plots now static ggplot - Clean up redundant code, comments, and dead parameters - Add meta-transcript body coverage profile plot
-Fixed operator precedence bug in count initialization to restore accurate FL-weighted transcript counts -Fixed coordinate mismatch in build_meta_coverage_plot for ISM transcripts spanning introns to prevent valid transcripts from being dropped
…d fix PDF Transcript Classification table values sorting bug
…y basic features, and fix empty DataTables in hidden dropdown tabs
… the R script subprocess to support directory paths natively containing spaces.
…ce transcript body coverage by structural category plot
…utions to reads mode and change titles for clarity
… issues and package incompatibilities
…tural category to reports
… by isoform ID, using _count (FL) sum per (CB, junction_type) instead of groupby on comma-separated CB string
…rms mode
- Fix genes_by_cb: explode CB/FL and sum FL per (CB, gene) instead of n()
- Fix all junction-by-category blocks (PDF junc_aug, HTML junc_aug_html):
replace broken join-by-CB+isoform with CB/FL explode + isoform-key-only join
- Fix RT-switching junction figures (junc_rt): same CB/FL explode pattern;
use sum(count[RTS_bool]) instead of sum(RTS_bool)
- Fix mono-exonic figure: FL-explode cls_valid, use sum(count) instead of n()
- Fix exon count bins by category: sum(count) instead of dplyr::n()
- Fix exon count profile by category: sum(count) instead of dplyr::n()
- Fix mean exons per category: FL-weighted mean (sum(exons*count)/sum(count))
instead of unweighted median on non-exploded data
- Replace complete(..., fill=list(...=0)) with NA fill for absent (CB, category)
pairs across all junction/exon violin plots to eliminate zero-inflation
… Mean Exons violin over-smoothing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.